home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / tools / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / mips / xm-nws3250v4.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-26  |  178 b   |  10 lines

  1. #define USG
  2.  
  3. #include "xm-mips.h"
  4.  
  5. /* If compiling with mips compiler, we are probably using alloca.c,
  6.    so help it work right.  */
  7. #ifndef __GNUC__
  8. #define USE_C_ALLOCA
  9. #endif
  10.